home *** CD-ROM | disk | FTP | other *** search
/ Gigarom 4 / Mac Giga-ROM 4.0 - 1993.toast / FILES / GAM / C-D / DM_3000 / DM 3000 / background_26138.txt < prev    next >
Encoding:
Text File  |  1988-06-06  |  1.1 KB  |  53 lines

  1. -- background: 26138 from stack: in
  2. -- bmap block id: 26478
  3. -- flags: 4000
  4. -- background id: 0
  5. -- name: INTRO/BACKGROUND
  6. ----- HyperTalk script -----
  7. --on doMenu choice
  8. --if choice is "Message" then pass doMenu
  9. --if choice is "Home" then pass doMenu
  10. --if choice is "Quit Hypercard" then pass doMenu
  11. --end doMenu
  12.  
  13.  
  14.  
  15. -- part 1 (button)
  16. -- low flags: 00
  17. -- high flags: 2000
  18. -- rect: left=243 top=215 right=244 bottom=276
  19. -- title width / last selected line: 0
  20. -- icon id / first selected line: 20098 / 20098
  21. -- text alignment: 1
  22. -- font id: 0
  23. -- text size: 12
  24. -- style flags: 0
  25. -- line height: 16
  26. -- part name: Home
  27. ----- HyperTalk script -----
  28. on mouseUp
  29.   visual effect dissolve very slow
  30.   go to card id 5341 of stack "Home"
  31. end mouseUp
  32.  
  33.  
  34.  
  35.  
  36. -- part 3 (button)
  37. -- low flags: 00
  38. -- high flags: 0000
  39. -- rect: left=390 top=33 right=45 bottom=402
  40. -- title width / last selected line: 0
  41. -- icon id / first selected line: 0 / 0
  42. -- text alignment: 1
  43. -- font id: 0
  44. -- text size: 12
  45. -- style flags: 0
  46. -- line height: 16
  47. -- part name: TRAPDOOR
  48. ----- HyperTalk script -----
  49. on mouseUp
  50.   go to card "WIN"
  51. end mouseUp
  52.  
  53.